-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[GSoC2024] fix cvat-ui error when open a job with issue (#7600) #7760
[GSoC2024] fix cvat-ui error when open a job with issue (#7600) #7760
Conversation
Fixed an issue of error in cvat-ui when a job with issue is opened Fixes cvat-ai#7600 canvas ready state is not updated when unmounting canvas make changes to set canvas ready state to false when canvas is unmounted
@nmanovic @bsekachev can you please review this PR? |
Hello, Did you try to use existing action |
@bsekachev, No sir. I haven't tried doing that I have just created a new action |
also the |
Hello @umangapatel123 |
Please, let us know if you are ready to continue. |
Fixed an issue of error in cvat-ui when a job with issue is opened
The canvas ready state is not updated when unmounting canvas
make changes to set canvas ready state to false when canvas is unmounted.
Motivation and context
Fixes #7600
This change is necessary because it will make sure that the canvas is ready before attaching the issue label to the canvas
How has this been tested?
Manually
Checklist
develop
branch[ ] I have updated the documentation accordingly[ ] I have added tests to cover my changes[ ] I have increased versions of npm packages if it is necessary(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.